type net/http.http2randomWriteScheduler

7 uses

	net/http (current package)
		h2_bundle.go#L12062: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L12065: type http2randomWriteScheduler struct {
		h2_bundle.go#L12078: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L12082: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L12091: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L12095: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L12109: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {